home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / rs6000 / Makefile
Encoding:
Makefile  |  1995-06-28  |  612 b   |  30 lines

  1. #  Make WWW under unix for rs6000 with no gcc
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = rs6000
  6.  
  7. # For ASIS
  8. ASIS_MACH = ibm-rs6000/aix-3.2
  9.  
  10. # Directory for installed binary:
  11. BINDIR = /usr/local/bin
  12.  
  13. # The AIX compiler does not define unix... AIX will do it and avoid realloc bug
  14.  
  15. CFLAGS =  -g  -DDEBUG 
  16. CC = cc
  17. LFLAGS =
  18.  
  19. #_________________ OK if normal W3 distribution
  20. # Where is the WWW source root?
  21. WWW = ../..
  22.  
  23. #  Where should temporary (object) files go?
  24. WTMP = $(WWW)
  25.  
  26. # Where is the W3 object library?
  27. LIBDIR = /usr/local/lib
  28.  
  29. include $(WWW)/Library/Implementation/CommonMakefile
  30.